Platform Explorer / Nuxeo Platform 2023.10

Extension point services

Documentation

Publish a nuxeo service as a management resource.

Here is the parameters description : the name is used as a shortcut name, the ifaceClass is used to locate the service, the class is instrumented for publishing management information.

The following line figures out how we have published the runtime management service itself.
<service name="managementResourcePublisher" class="org.nuxeo.runtime.management.ResourcePublisher" ifaceClass="prg.nuxeo.runtime.management.ResourcePublisherService">

Contribution Descriptors

  • Class: org.nuxeo.runtime.management.ServiceDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.